-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(dns): initial support dns module #825
base: main
Are you sure you want to change the base?
Conversation
This should reuse the DNS resolver we added for llrt_http. Probably need to split a lib crate. |
00e4b78
to
c908668
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. Some comments!
@richarddavison , Thank you for your comment. Please be patient and wait for me. :) |
c756460
to
159b58c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minor suggestion and we should be good to merge. Thanks for this!
Sorry if I overlooked your suggestion. Is there still something to improve? |
My misstake. For some reason the requested change was not published |
Issue # (if available)
closed #827
Description of changes
This PR is an initial implementation of a Node.js compatible
dns
module. However, like other modules, we do not aim to implement all functions.dns.lookup()
, has not been implemented.family
of numeric or record types is valid.Checklist
tests/unit
and/or in Rust for my feature if neededmake fix
to format JS and apply Clippy auto fixesmake check
types/
directoryBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.